libotutil: Remove redundant import of prctl.h
authorfossdd <fossdd@pwned.life>
Mon, 27 Jan 2025 16:49:39 +0000 (17:49 +0100)
committerfossdd <fossdd@pwned.life>
Mon, 27 Jan 2025 16:49:39 +0000 (17:49 +0100)
commite82bb38adfc9edfacfe7118592eb4b4357cc687b
tree4992d424ba2ae97d7f3f8c5e6650117e4d621144
parent24d47308e993355beabe8ff78106a3869e82ea94
libotutil: Remove redundant import of prctl.h

sys/prctl.h already provides prctl.h and adding both imports fails on
musl libc:

/usr/include/sys/prctl.h:88:8: error: redefinition of 'struct prctl_mm_map'
   88 | struct prctl_mm_map {
      |        ^~~~~~~~~~~~
In file included from src/libotutil/ot-unix-utils.c:33:
/usr/include/linux/prctl.h:134:8: note: originally defined here
  134 | struct prctl_mm_map {
      |        ^~~~~~~~~~~~
src/libotutil/ot-unix-utils.c